PDF4Java Reference Documentation
com.o2sol.pdf4java.utilities Package / PDFMerger Class / appendFile Method / appendFile(PDFFileEx) Method
PDF file to append.
In This Topic
    appendFile(PDFFileEx) Method
    In This Topic
    Appends the given file to the merged file.
    Syntax
    public void appendFile( 
       PDFFileEx pdfFile
    )

    Parameters

    pdfFile
    PDF file to append.
    See Also